home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Modules
/
BackSpaceModules
/
Source
/
FadingImage
/
FadingImageView.h
< prev
next >
Wrap
Text File
|
1991-11-18
|
324b
|
22 lines
//
// FadingImageView.h
//
// Lennart Lovstrand, Rank Xerox EuroPARC, August 1991.
//
#import "BackView.h"
@interface FadingImageView:BackView
{
NXPoint deltaCoord;
unsigned steptime;
float delta;
enum {FV_FadeIn, FV_FadeOut, FV_Move} state;
}
- oneStep;
- initFrame:(NXRect *) frameRect;
- inspector:sender;
@end